home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / VBASIC / APIFIND.ZIP / README.TXT < prev   
Encoding:
Text File  |  1996-12-14  |  2.3 KB  |  63 lines

  1. API Finder(c) version 1.0
  2.  
  3.     ************************************************************
  4.     *****                              ******    
  5.     ***** THIS SOFTWARE REQUIRES VISUAL BASIC 4,          ******
  6.     ***** PROFESSIONAL EDITION INSTALLED IN YOUR MACHINE. ******
  7.     *****                               ******
  8.     *****        To Install:                  ******
  9.         Create a new folder (directory)
  10.         Unzip apifind.zip to that directory
  11.         Run APIFIND.EXE
  12.     ************************************************************
  13.  
  14.  
  15. Copyright 1996 Christopher Lambrou, 
  16. 105460.2721@compuserve.com
  17.  
  18.  
  19. 1.     This is an API Search utility program for Visual Basic programmers.
  20.     It can load VB declaration modules, such as the win32api.txt that ships 
  21.     with VB, and enable searches.  It can find declarations, types and
  22.     constants.  
  23.  
  24. 2.     Unlike the API Loader program that ships with VB:
  25.     * API Finder(c) does not need to load and unload files 
  26.       each time you want to do a search.  Files are loaded 
  27.       only once, and reside in the software's database.
  28.  
  29.     * API Loader looks for a statement as you type in a listbox.
  30.       This can be awkward. API Finder(c) searches using
  31.       a string the user types in a text box, by using the 
  32.       'LIKE' operator.  Searches start only after the user
  33.       clicks the search button.
  34.  
  35.     * There are also other Search Options:
  36.       1. The user can select where to look for the API statement
  37.          i.e. win32api.txt, win30api.txt, multimedia declares, etc.
  38.       2. The user can select what API statement to look for:
  39.          Type, Declare or Constant.
  40.       3. For Declares, The user can select which DLL file to look in.
  41.       4. The user can search in the full declaration of the API statement,
  42.          or in its name. 
  43.  
  44.     * Once items are found, they can be copied to the clipboard
  45.       or exported to a text file, formatted as a VB BAS module.
  46.     
  47. 3. Requirements:
  48.     Requires VB4, Professional Edition.    
  49.  
  50. 4. Installation:
  51.     Just create a directory and unzip the APIFind.ZIP file to 
  52.     that directory.  Then double click on the APIFIND.EXE, 
  53.     and that's it, you're in business.
  54.  
  55. 5. Registration:
  56.     Registration is $12.95 per licence.
  57.     Registered users are entitled to free tech support,
  58.     free future upgrades and, of course, a version of the 
  59.     software without the annoying "Please Register" messages.
  60.        
  61. Copyright 1996 Christopher Lambrou, 
  62. 105460.2721@compuserve.com
  63.